ASP.NET MVC コントロールヘルプ
LayoutBaseBuilder<TControl,TBuilder> クラス
メンバ 

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : LayoutBaseBuilder<TControl,TBuilder> クラス
C1.Web.Mvc.LayoutBase を構成するためのビルダを定義します。
オブジェクト モデル
LayoutBaseBuilder<TControl,TBuilder> クラス
シンタックス
'宣言
 
Public MustInherit Class LayoutBaseBuilder
    (Of TControl As LayoutBase,
     TBuilder As LayoutBaseBuilder(Of TControl,TBuilder)) 
   Inherits ServiceBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
public abstract class LayoutBaseBuilder<TControl,TBuilder> : ServiceBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: LayoutBase
where TBuilder: LayoutBaseBuilder<TControl,TBuilder>
型パラメータ
TControl
TBuilder
継承階層

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.LayoutBaseBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.FlowLayoutBuilder
                  C1.Web.Mvc.Fluent.GridLayoutBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.SplitLayoutBuilder

参照

LayoutBaseBuilder<TControl,TBuilder> メンバ
C1.Web.Mvc.Fluent 名前空間